home *** CD-ROM | disk | FTP | other *** search
/ Monster Media 1996 #15 / Monster Media Number 15 (Monster Media)(July 1996).ISO / bbs_game / blackj20.zip / SYSOP.DOC < prev   
Text File  |  1996-04-20  |  4KB  |  84 lines

  1.                       Chuckle Box BlackJack - Ver 2.0
  2.                      by Robert Nykvist (Copyright 1996)
  3.  
  4. ┌──────────────────┐
  5. │ FILES IN ARCHIVE │
  6. └──────────────────┘
  7. BLACK   .SRC    Script Source Code
  8. BLACK   .BIN    Compiled Script
  9. FILE_ID .DIZ    File Description
  10. HISTORY .DOC    CB Blackjack History
  11. SYSOP   .DOC    SysOp Documentation.
  12. TCB     .COM    TheDraw generated Logoff Screen
  13.  
  14. ┌─────────┐
  15. │ WARNING │
  16. └─────────┘
  17. BLACK.SRC was programmed using BAJA v2.04 for SynchronetBBS v2.20 Rev B.
  18. Don't run this script if running an older version of SBBS. The BAJA
  19. language has changed considerably from older versions and trying to run a
  20. script compiled with the new compiler and language to use on an older SBBS
  21. version may screw something up.  You have been warned.  Non-ANSI users will
  22. not be allowed to play this game because it is ANSI sequence intensive.
  23. Not tested on Mulit-Node platforms, and no feedback has been supplied yet
  24. to verify its performance on such systems.  File Paths are hardcoded into
  25. the BLACK.SCR file, so take the time to examine and change the source
  26. BEFORE installing it.
  27.  
  28. ┌──────────────┐
  29. │ INTRODUCTION │
  30. └──────────────┘
  31. CB Blackjack is a simple BAJA script which Users can play for credits.
  32. It's a Low Risk credit gambling script that goes easy on the hard drive.
  33. BLACKjack. will create and write to a LOG file, plus change user credits.
  34.  
  35. ┌──────────────┐
  36. │ INSTALLATION │
  37. └──────────────┘
  38.   1. Set up BLACK in External Program setup in SCFG something like this:
  39.         ╔[■][?]════════════════════════════════════════════════════╗
  40.         ║                       CB Blackjack                       ║
  41.         ╠══════════════════════════════════════════════════════════╣
  42.         ║ │Name                       CB Blackjack                 ║
  43.         ║ │Internal Code              BLACK                        ║
  44.         ║ │Start-up Directory         c:\sbbs\exec\                ║
  45.         ║ │Command Line               *BLACK                       ║
  46.         ║ │Clean-up Command Line                                   ║
  47.         ║ │Execution Cost             None                         ║
  48.         ║ │Access Requirements                                     ║
  49.         ║ │Execution Requirements                                  ║
  50.         ║ │Multiple Concurrent Users  Yes      (UNTESTED)          ║
  51.         ║ │Intercept I/O Interrupts   No                           ║
  52.         ║ │Swap BBS out of Memory     No                           ║
  53.         ║ │Modify User Data           Yes   (Allow Credit Changes) ║
  54.         ║ │Execute on Event           No                           ║
  55.         ║ │BBS Drop File Type         None                         ║
  56.         ║ │Place Drop File In         Node Directory               ║
  57.         ║ │Time Options...                                         ║
  58.         ╚══════════════════════════════════════════════════════════╝
  59.  
  60.   2.  Or Set up BLACK as a module using CMDKEY of your own choice. e.g.
  61.       cmdkey B
  62.         exec_bin BLACK
  63.       end_cmd
  64.  
  65.       See your BAJA.DOC for more help with the Baja Commands.
  66.  
  67.   3.  Of course, you can test this script from your BBS by typing the
  68.       commandline at any prompt:  ;EXEC *BLACK
  69.  
  70. ┌─────────┐
  71. │ LICENSE │  FREEWARE
  72. └─────────┘
  73. Notated Baja SOURCE included!  The more source you share, the better the
  74. Baja coding will get, and the better the Baja coding gets, the better the
  75. add-ons.  Many thanks to Digital Man for intently reading feedback, and
  76. the Digital Dynamics Crew for improving the Baja capability.  Feedback,
  77. good or bad, would be helpful.  Thanks.
  78.  
  79.                        DOVEnet:  Chuckles@LAUGHBOX
  80.                        FidoNET:  Robert Nykvist@1:3625/463
  81.                       InterNET:  robert.nykvist@bytebbs.com
  82.  
  83.    --------------------------------[ END ]----------------------------------
  84.